home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / program / gcc / ixemul-4.lha / ixemul-41.4 / man / whatis.db < prev   
Text File  |  1992-08-10  |  11KB  |  214 lines

  1.  (g) - GNU project C++ Compiler (v2 preliminary)
  2. 3 isascii -
  3. abort (3) - cause abnormal program termination
  4. abs (3) - integer absolute value function
  5. access (2) - check access permissions of a file or pathname
  6. alarm (3) - set signal timer alarm
  7. alloca (3) - memory allocator
  8. asctime, ctime, difftime, gmtime, localtime, mktime (3) - transform binary date and time value to ASCII
  9. atexit (3) - register a function to be called on exit
  10. atof (3) - convert ASCII string to double
  11. atoi (3) - convert ASCII string to integer
  12. atol (3) - convert ASCII string to long integer
  13. bcmp (3) - compare byte string
  14. bcmp, bcopy, bzero, memccpy, memchr, memcmp, memcpy, memmove, memset (3) -     byte string operations
  15. bcopy (3) - copy byte string
  16. bsearch (3) - binary search of a sorted table
  17. bzero (3) - write zeroes to a byte string
  18. calloc (3) - allocate clean memory (zero initialized space)
  19. chdir, fchdir (2) - change current working directory
  20. chmod, fchmod (2) - change mode of file
  21. clearerr, feof, ferror, fileno (3) - check and reset stream status
  22. clock (3) - determine processor time used
  23. close (2) - delete a descriptor
  24. creat (2) - create a new file
  25. crypt, setkey, encrypt, des_setkey, des_cipher (3) - DES encryption
  26. ctermid (3) - generate terminal pathname
  27. curses (3) - screen functions with ``optimal'' cursor motion
  28. cpp (cccp) - The GNU C­Compatible Compiler Preprocessor.
  29. div (3) - return quotient and remainder from division
  30. dup, dup2 (2) - duplicate an existing file descriptor
  31. execl, execlp, execle, exect, execv, execvp (3) - execute a file
  32. execve (2) - execute a file
  33. exit (2) - terminate the calling process
  34. exit (3) - perform normal program termination
  35. fclose (3) - close a stream
  36. fcntl (2) - file control
  37. fflush, fpurge (3) - flush a stream
  38. ffs (3) - find first bit set in a bit string
  39. fgetc, getc, getchar, getw (3) - get next character or word from input stream
  40. fgetline (3) - get a line from a stream
  41. fgetpos, fseek, fsetpos, ftell, rewind (3) - reposition a stream
  42. fgets, gets (3) - get a line from a stream
  43. fnmatch (3) - match filename or pathname
  44. fopen, fdopen, freopen (3) - stream open functions
  45. fputc, putc, putchar, putw (3) - output a character or word to a stream
  46. fputs, puts (3) - output a line to a stream
  47. fread, fwrite (3) - binary stream input/output
  48. free (3) - free up memory allocated with malloc, calloc or realloc
  49. frexp (3) - convert floating­point number to fractional and integral components
  50. fsync (2) - synchronize a file's in­core state with that on disk
  51. fts (3) - traverse a file hierarchy
  52. funopen, fropen, fwopen (3) - open a stream
  53. getdirentries (2) - get directory entries in a filesystem independent format
  54. getdtablesize (2) - get descriptor table size
  55. getenv, putenv, setenv, unsetenv (3) - environment variable functions
  56. getfsent, getfsspec, getfsfile, setfsent, endfsent (3) - get file system descriptor file entry
  57. getfsstat (2) - get list of all mounted filesystems
  58. getgid, getegid (2) - get group process identification
  59. getgrent, getgrnam, getgrgid, setgroupent, setgrent, endgrent (3) - group database operations
  60. getgroups (2) - get group access list
  61. gethostname, sethostname (2) - get/set name of current host
  62. getitimer, setitimer (2) - get/set value of interval timer
  63. getlogin, setlogin (2) - get/set login name
  64. getmntinfo (3) - get information about mounted file systems
  65. getmode, setmode (3) - modify mode bits
  66. getopt (3) - get option letter from argv
  67. getpagesize (2) - get system page size
  68. getpass (3) - get a password
  69. getpgrp (2) - get process group
  70. getpid, getppid (2) - get parent or calling process identification
  71. getpriority, setpriority (2) - get/set program scheduling priority
  72. getpwent, getpwnam, getpwuid, setpassent, setpwent, endpwent (3) - password database operations
  73. getrlimit, setrlimit (2) - control maximum system resource consumption
  74. getrusage (2) - get information about resource utilization
  75. getsubopt (3) - get sub options from an argument
  76. gettimeofday, settimeofday (2) - get/set date and time
  77. getuid, geteuid (2) - get user identification
  78. getwd (3) - get working directory pathname
  79. glob, globfree (3) - generate pathnames matching a pattern
  80. g++ (gcc) - GNU project C and C++ Compiler (v2 preliminary)
  81. index (3) - locate character in string
  82. initgroups (3) - initialize group access list
  83. intro (2) - introduction to system calls and error numbers
  84. ioctl (2) - control device
  85. isalnum (3) - alphanumeric character test
  86. isalpha (3) - alphabetic character test
  87. isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii, toupper, tolower, toascii (3) - character classification macros
  88. iscntrl (3) - control character test
  89. isdigit (3) - decimal­digit character test
  90. isgraph (3) - printing character test (space character exculsive)
  91. isinf, isnan (3) - test for infinity or not­a­number (NaN)
  92. islower (3) - lower­case character test
  93. isprint (3) - printing character test (space character inclusive)
  94. ispunct (3) - punctuation character test
  95. isspace (3) - white­space character test
  96. isupper (3) - upper­case character test
  97. isxdigit (3) - hexadecimal­digit character test
  98. kill (2) - send signal to a process
  99. killpg (2) - send signal to a process group
  100. labs (3) - return the absolute value of a long integer
  101. ldexp (3) - mutliply floating­point number by integral power of 2
  102. ldiv (3) - return quotient and remainder from division
  103. link (2) - make a hard file link
  104. lseek (2) - reposition read/write file offset
  105. malloc, (3) - general memory allocation function
  106. malloc, free, realloc, calloc, alloca (3) - general memory allocation operations
  107. man.conf (5) - configuration file for man(1)
  108. memchr (3) - locate byte in byte string
  109. memcmp (3) - compare byte string
  110. memcpy (3) - copy byte string
  111. memmove (3) - copy byte string
  112. memset (3) - write a byte to byte string
  113. mkdir (2) - make a directory file
  114. mktemp (3) - make temporary file name (unique)
  115. modf (3) - extract signed integral and fractional values from floating­point number
  116. man (m) - display the on­line manual pages
  117. nice (3) - set program scheduling priority
  118. nlist (3) - retrieve symbol table name list from an executable file
  119. open (2) - open or create a file for reading or writing
  120. opendir, readdir, telldir, seekdir, rewinddir, closedir, dirfd (3) - directory operations
  121. pause (3) - stop until signal
  122. perror, strerror, sys_errlist, sys_nerr (3) - system error messages
  123. pipe (2) - create descriptor pair for interprocess communication
  124. popen, pclose (3) - process I/O
  125. printf, fprintf, sprintf, snprintf, vprintf, vfprintf, vsprintf, vsnprintf (3) - formatted output conversion
  126. psignal, sys_siglist (3) - system signal messages
  127. qsort, heapsort (3) - sort functions
  128. radixsort (3) - radix sort
  129. raise (3) - send a signal to the current process
  130. rand, srand (3) - bad random number generator
  131. random, srandom, initstate, setstate (3) - better random number generator;     routines for changing generators
  132. read, readv (2) - read input
  133. readlink (2) - read value of a symbolic link
  134. realloc (3) - reallocation of memory function
  135. regcomp, regexec, regsub, regerror (3) - regular expression handlers
  136. remove (3) - remove directory entry
  137. rename (2) - change the name of a file
  138. rindex (3) - locate character in string
  139. rmdir (2) - remove a directory file
  140. scandir, alphasort (3) - scan a directory
  141. scanf, fscanf, sscanf, vscanf, vsscanf, vfscanf (3) - input format conversion
  142. select (2) - synchronous I/O multiplexing
  143. setbuf, setbuffer, setlinebuf, setvbuf (3) - stream buffering operations
  144. setgroups (2) - set group access list
  145. setpgid, setpgrp (2) - set process group
  146. setregid (2) - set real and effective group ID
  147. setreuid (2) - set real and effective user ID's
  148. setuid, seteuid, setruid, setgid, setegid, setrgid (3) - set user and group ID
  149. sigaction (2) - software signal facilities
  150. sigblock (2) - block signals
  151. siginterrupt (3) - allow signals to interrupt system calls
  152. signal (3) - simplified software signal facilities
  153. sigpause (2) - atomically release blocked signals and wait for interrupt
  154. sigprocmask (2) - manipulate current signal mask
  155. sigreturn (2) - return from signal
  156. sigsetjmp, siglongjmp, setjmp, longjmp, _setjmp, _longjmp longjmperror (3) -     non­local jumps
  157. sigsetmask (2) - set current signal mask
  158. sigsetops, sigemptyset, sigfillset, sigaddset, sigdelset, sigismember (3) -     manipulate signal masks
  159. sigstack (2) - set and/or get signal stack context
  160. sigsuspend (2) - atomically release blocked signals and wait for interrupt
  161. sigvec (2) - software signal facilities
  162. sleep (3) - suspend process execution for interval of seconds
  163. stat, lstat, fstat (2) - get file status
  164. statfs (2) - get file system statistics
  165. stdio (3) - standard input/output library functions
  166. strcasecmp (3) - compare strings, ignoring case
  167. strcat (3) - concatenate strings
  168. strcat, strncat, strchr, strrchr, strcmp, strncmp, strcasecmp, strncasecmp, strcpy, strncpy, strerror, strlen, strpbrk, strsep, strspn, strcspn, strstr, strtok, index, rindex (3) - string specific functions
  169. strchr (3) - locate character in string
  170. strcmp (3) - compare strings
  171. strcoll (3) - compare strings according to current collation
  172. strcpy (3) - copy strings
  173. strcspn (3) - span the complement of a string
  174. strdup (3) - save a copy of a string
  175. strftime (3) - format date and time
  176. strlen (3) - find length of string
  177. strmode (3) - convert inode status information into a symbolic string
  178. strpbrk (3) - locate multiple characters in string
  179. strrchr (3) - locate character in string
  180. strsep (3) - separate strings
  181. strspn (3) - span a string
  182. strstr (3) - locate a substring in a string
  183. strtod (3) - convert ASCII string to double
  184. strtok, strsep (3) - string token operations
  185. strtol (3) - convert string value to a long integer
  186. strtoul (3) - convert a string to an unsigned long integer
  187. strxfrm (3) - transform a string under locale
  188. swab (3) - swap adjacent bytes
  189. symlink (2) - make symbolic link to a file
  190. syscall (2) - indirect system call
  191. system (3) - pass a command to the shell
  192. tempnam, tmpfile, tmpnam (3) - temporary file routines
  193. tgetent, tgetnum, tgetflag, tgetstr, tgoto, tputs (3) - terminal independent operation routines
  194. time (3) - get time of day
  195. times (3) - process times
  196. timezone (3) - return the timezone abbreviation
  197. tolower (3) - upper case to lower case letter conversion
  198. toupper (3) - lower case to upper case letter conversion
  199. truncate (2) - truncate a file to a specified length
  200. ttyname, isatty, ttyslot (3) - get name of associated terminal (tty) from file descriptor
  201. tzset, tzsetwall (3) - initialize time conversion information
  202. ualarm (3) - schedule signal after specified time
  203. ungetc (3) - un­get character from input stream
  204. unlink (2) - remove directory entry
  205. unvis, strunvis (3) - decode a visual representation of characters
  206. usleep (3) - suspend execution for interval of microseconds
  207. utime (3) - set file times
  208. utimes (2) - set file access and modification times
  209. valloc (3) - aligned memory allocation function
  210. vfork (2) - spawn new process in a virtual memory efficient way
  211. vis (3) - visually encode characters
  212. wait, waitpid, wait4, wait3 (2) - wait for process terminatation
  213. write, writev (2) - write output
  214.